| TableServerAutomatic_Network_Search Method |
Static Public Function for Automatic Network Search for Slab Connected(Execution time 5 to 10 minutes and it's depend on network speed).
this function return type is List of Ip address String.
ExamplesForeach(string s in TableServer.AutomaticNetworkSearch()) {Console.WriteLine(s); };
Namespace: TangibleFrameworkAssembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static List<string> Automatic_Network_Search()
Public Shared Function Automatic_Network_Search As List(Of String)
public:
static List<String^>^ Automatic_Network_Search()
TangibleFramework.TableServer.Automatic_Network_Search = function();
Return Value
Type:
ListString
See Also